BEWSoftware MDj Core Library

Headings (Enhanced)

Headings now have the following additional options:

Note: This is not available with the dashed "----" and equals "====" versions of headings.

    
#[#main] The main heading
    

Produces this:

    
<h1 id="main">The main heading</h1>
    

Results in this:

The main heading

    
## Sub heading ## [&uarr;](#main)
    

Produces this:

    
<h2>Sub heading <a href="#main">&uarr;</a></h2>
    

Results in this:

Sub heading